From eeff5f4b83332cf47722241b70eca1583765993c Mon Sep 17 00:00:00 2001 From: Onur Aslan Date: Fri, 27 Jan 2017 01:35:50 +0200 Subject: [PATCH] Fix crates.io link under specifying dependencies --- src/doc/specifying-dependencies.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index fb61a8db7..cc6e1b34a 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -154,8 +154,9 @@ And that’s it! The next `cargo build` will automatically build `hello_utils` a all of its own dependencies, and others can also start using the crate as well. However, crates that use dependencies specified with only a path are not permitted on [crates.io]. If we wanted to publish our `hello_world` crate, we -would need to publish a version of `hello_utils` to [crates.io] (or specify a `git` -repository location) and specify its version in the dependencies line as well: +would need to publish a version of `hello_utils` to [crates.io](https://crates.io) +(or specify a `git` repository location) and specify its version in +the dependencies line as well: ```toml [dependencies] -- 2.30.2